home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
cmln0286.arc
/
STATE4.LTG
< prev
next >
Wrap
Text File
|
1986-02-03
|
512b
|
30 lines
Listing 4
$machine automata AWAKE ()ì
$endargs
int x;
$state AWAKE
if (TIRED == (x = input()))
$nextstate ASLEEP
else if (OLDAGE == x)
$nextstate DEAD
$nextstate AWAKEì
$endstate AWAKE
$state ASLEEP
if (ALARMCLOCK == (x = input()))
$nextstate AWAKE
else if (OLDAGE == x)
$nextstate DEAD
$nextstate AWAKEì
$endstate ASLEEP
$state DEAD
$nextstate terminalì
$endstate DEAD
$endmachine automata